@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,200;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --primary-color: #1f2159;
    --secondary-color: #079377;
    --white: #ffff;
    --text: #333333;
}
body{
    font-family: 'Albert Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* components */
.btn-main{
    padding: 10px 20px !important;
    font-size: 17px;
    color: white !important;
    background-color: var(--primary-color);
    border-radius: 30px;
    opacity: 100% !important;
    text-decoration: none;
}
.btn-2{
    padding: 10px 20px !important;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-family: "Open Sans";
    font-weight: 500;
}
.btn-main:hover{
    color: var(--white) !important;
}
.banner-btn-2{
    padding: 10px 20px !important;
    color: var(--secondary-color);
    text-decoration: none;
    border-radius: 30px;
    font-family: "Open Sans";
    font-weight: 600;
}
.banner-btn-2:hover{
    background-color: var(--secondary-color);
    color: white;
    transition: 400ms;
    border-radius: 30px;
}
.nav-btn{
    padding: 10px 30px !important;
    background-color: var(--primary-color);
    color: var(--white) !important;
    border-radius: 30px;
    margin-left: 20px; 
}
.nav-btn:hover{
    background-color: white;
    transition: 400ms;
    color: var(--secondary-color) !important;
}
/* navbar */

.top-nav{
    background-color: var(--primary-color) !important;
    padding: 4px 0 !important;
}
.navbar-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-link.active{
    color: var(--primary-color) !important;
    font-weight: 800;
}
.contact-nav{
    font-family: "Open Sans";
    color: var(--white);
    display: flex;
    gap: 20px;
    a{
        text-decoration: none;
        color: white;
        font-size: 12px;
    }
    span{
        font-size: 12px;
        font-weight: 600;
        padding-right: 4px;
    }
}

.social-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.social-nav a{
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}
.social-nav i{
    color: var(--white);
}
.navbar{
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px 0;
}
.navbar-brand{
    width: 220px;
}
.navbar-brand img{
    width: 100%;
}
.nav-link{
    font-size: 17px;
    color: var(--text);
    font-weight: 500;
}
.nav-link:hover{
    color: var(--primary-color);
}
.navbar-toggler svg{
    fill: var(--primary-color) !important;
}
.navbar-toggler{
    border: none;
    outline: none;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Remove the small space on hover */
}

/* Optional: add some transition for smoother effect */
.nav-item.dropdown .dropdown-menu {
    transition: all 0.3s ease-in-out;
}
/* banner */
.banner-container{
    padding: 120px 0;
    overflow: hidden;
}
.banner-top svg{
    width: 22px;
    fill: var(--secondary-color);
}
.banner-top{
    font-size: 15px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
}
.banner-content h1{
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
}
.banner-content p{
    font-size: 17px;
    width: 90%;
    font-weight: 400;
    line-height: 22px;
}
.banner-btn{
    display: flex;
    gap: 15px;
    padding-top: 40px;
}
.banner-content-bottom{
    padding-top: 130px;
    p{
        font-size: 15px;
        font-weight: bolder;
        color: var(--text);
    }
    span{
        color: var(--primary-color);
    }
}
.banner-image{
    width: 50%;
    position: relative;
}
.banner-image img{
    width: 100%;
}
.year-number{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center !important;
    gap: 10px;
    background-color: var(--secondary-color);
    width: 240px;
    border-radius: 40px 2px 2px 40px;
    bottom: 115px;
    left: 95px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    p{
        font-size: 43px;
        font-weight: bolder;
        color: var(--white);
    }
    span{
        font-size: 17px;
        color: var(--white);
    }
}

/* counter - section */
.counter-section{
    background-color: #F2F2F2;
}
.counter-container{
    padding: 50px 0;
    overflow: hidden;
}
.counter-row{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.counter-col{
    text-align: center;
    padding-right: 40px;
    h4{
        font-size: 40px;
        font-weight: bold;
        color: var(--primary-color);
    }
    p{
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
        color: var(--text);
    }
}
.border-line{
    border-right: 2px solid #a5a5a5;
}
/* about us section */
.about-us-container{
    padding: 100px 0;
    overflow: hidden;
}
.about-us-content h6{
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}
.about-us-content h1{
    font-size: 30px;
    font-weight: bold;
    color: var(--secondary-color);
}
.about-us-content p{
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: 500;
    line-height: 25px;
    color: var(--text);
    margin-top: 10px !important;
}
.about-us-image{
    width: 500px;
    height: 430px;
}
.about-us-image img{
    width: 100%;
    height: 100%;
}
.about-us-btn{
    padding-top: 30px;
}
.about-btn i{
    color: white;
    padding-left: 4px;
}
.about-btn:hover{
    background-color: var(--primary-color) !important;
    color: white !important;
    transition: 300ms;
}
@keyframes scroll {
    0% {
        transform: translateX(0); /* Start from initial position */
    }
    100% {
        transform: translateX(calc(-250px * 7)); /* Move to the left */
    }
}

.company-list {
    margin-top: 50px !important;
    height: 100px;
    margin: auto;
    overflow: hidden; /* This keeps the images from showing outside the container */
    position: relative;
    width: 100%;
}

.company-list .company-items {
    animation: scroll 30s linear infinite; /* Adjust the speed as needed */
    display: flex;
    width: calc(250px * 14); /* Account for duplicate items for a smooth loop */
}

.company-list .items-slide img {
    width: 100px;
    display: block; /* Ensure images are displayed correctly */
}

.company-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* Duplicate items to make a smooth loop */
.company-items::after {
    content: '';
    display: flex;
}
.ceo-container{
    padding: 100px 0 0;
    overflow: hidden;
}
.ceo-img{
    width: 100% !important;
    /* height: 400px; */
    border-radius: 30px;
}
.ceo-img img{
    width: 70%;
    /* height: 400px; */
    object-fit: cover;
    border-radius: 30px;

}
/* about us section */

/* cta section */
.cta-main{
    background-image: url("../images/cta-image.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; /* Ensure the gradient stays on top */
}

.cta-main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 100), rgba(0, 0, 0, 0)); /* Gradient from left to right */
    z-index: 1; /* Keep the gradient on top */
}
.cta-main * {
    position: relative;
    z-index: 2; /* Make sure content stays above the gradient */
}

.cta-container{
    padding: 100px 0;
    overflow: hidden;
}
.cta-content h1{
    font-size: 48px;
    font-weight: bold;
    color: var(--white);
}
.cta-content p{
    font-size: 15px;
    color: var(--white);
    opacity: 80%;
    font-weight: 300;
    font-family: "Open Sans";
    width: 50%;
}
.cta-btns{
    padding-top: 30px;
    display: flex;
    gap: 15px;
}
.cta-btns a{
    color: white;
    font-size: 17px;
    padding: 10px 20px;
    font-family: "Open Sans";
    text-decoration: none;
}
.cta-container{
    padding: 100px 0;
}
.cta-btn:hover{
    background-color: white;
    transition: 400ms;
    border-radius: 30px;
    color: var(--secondary-color) !important;
}
/* cta section */

/* our service section */
.our-service-icon{
    background-color: hsla(238, 48%, 24%, 0.1);
    width: 43px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-service-icon svg{
    fill: var(--primary-color);
    width: 25px;
}
.our-service-header{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.our-service-container{
    padding: 100px 0;
    overflow: hidden;
}
.our-service-heading{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}
.our-service-descripton{
    font-size: 15px;
    text-align: left !important;
    color: var(--text) !important;
    font-weight: 400;
    margin-top: 20px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 11; /* Limit to 11 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.our-service-card{
    border: 1px solid hsla(0, 0%, 20%, 0.30);
    border-radius: 20px;
    padding: 30px 40px 30px 40px;
    cursor: pointer;
}

.our-service-row{
    padding-top: 30px;
}
.our-service-container h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: -18px;
    color: var(--secondary-color);
}
.our-service-container p{
    font-size: 15px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 600;
}
.service-btn{
    text-align: center;
    padding-top: 50px;
}
/* our service section */

/* testimonial */
.testimonials-main{
    background-color: hsla(238, 48%, 24%, 0.1);
}
.testimonials-container{
    padding: 100px 0;
    overflow: hidden;
}
.teatimonial-header{
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.testimonial-title{
    font-size: 30px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: -15px;
}
.testimonial-subtitle{
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 500;
}
.testimonial-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
/* .testimonial-card{
    background-color: white;
    padding: 30px 40px;
    width: 380px;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin: auto 0;
    overflow: hidden;
} */
.test-video{
    width: 300px;
    height: 300px;
    
}
.test-video img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}
.clickthevideo{
    margin-top: 30px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 12px;
}
.test-content{
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: 500;
    color: var(--text);
    line-height: 21px;
    margin-top: 8px;
}
.testimonial-card span{
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    font-style: italic;
}
.review-star{
    margin-top: 15px;
}
.review-star i{
    color: goldenrod;
    font-size: 15px;
}
.test-card-header{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
}
.test-card-header img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.slider-btn{
    display: flex;
    gap: 4px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
}
.slider-btn button{
    background-color: rgba(31, 33, 89, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: none;
    outline: none;
}
.slider-btn button.active{
    background-color: var(--secondary-color);
}
/* testimonial end*/

/* contact-us section */
.contact-us-main{
    background-image: url("../images/contact-us.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.contact-us-main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 100), rgba(0, 0, 0, 0)); /* Gradient from left to right */
    z-index: 1; /* Keep the gradient on top */
}
.contact-us-main * {
    position: relative;
    z-index: 2; /* Make sure content stays above the gradient */
}
.contact-us-container{
    padding: 100px 0;
    overflow: hidden;
}
.contact-us-heading{
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.contact-us-heading span{
    color: var(--secondary-color);
}
.contact-us-description{
    color: rgba(255, 255, 255, 0.719);
    font-size:15px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 23px;
}
.row-1{
    display: flex;
    gap: 15px;
}
.row-1 label{
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 600;
    color: white;
}
.row-1 input{
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.521);
    outline: none;
    background-color: transparent;
    padding-left: 20px;
    color: white;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 500;
}
.row-2{
    padding-top: 15px;
    width: 100%;
}
.row-2 label{
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 600;
    color: white;
}
.row-2 input{
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.521);
    outline: none;
    background-color: transparent;
    padding-left: 20px;
    color: white;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 500;
}
.row-3{
    display: flex;
    gap: 15px;
    padding-top: 15px;
}
.row-3  label{
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 600;
    color: white;
}
.row-3 select{
    width: 100%;
    height: 44px;
    border-radius: 5px;
    padding-left: 20px;
    color: white;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.521);
    outline: none;
    font-family: "Open Sans";
    font-size: 15px;
}
.row-3 option{
    color: var(--text);
    padding: 20px 10px;
    font-size: 15px;
    font-family: "Open Sans";
}
.row-4{
    padding-top: 40px;
}
.row-4 button{
    font-size: 15px;
    outline: none;
    border: none;
}
.row-4 button:hover{
    background-color: white;
    color: var(--secondary-color) !important;
    transition: 400ms;
}
/* contact-us section */

/* footer section */
.footer-main{
    background-color: #1e1e1e;
}
.footer-container{
    overflow: hidden;
    padding: 50px 0 20px;
}
.footer-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.footer-logo{
    width: 200px;
}
.footer-logo img{
    width: 100%;
}
.footer-list-header{
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}
.footer-items ul{
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.footer-items li{
    padding: 8px;
}
.footer-items li span{
    padding-right: 4px;
}
.footer-items li a{
    font-size: 15px;
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.6);
    cursor: pointer;
}
.footer-items li a:hover{
    color: var(--white);
    transition: 400ms;
    cursor: pointer;
}
.footer-address{
    color: hsla(0, 0%, 100%, 0.7);
}
.footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.356);
}
.footer-bottom p{
    padding-top: 10px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;
}
.footer-bottom span a{
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 600;
}
/* footer section */

/* pages design */
/* about page  */
.about-page-main{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../images/about-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-page-container{
    text-align: center;
    padding: 100px 0;
}
.about-banner-heading{
    font-size: 48px;
    font-weight: 600;
    color: white;
}
.breadcrumb ol{
    text-align: center;
}
.breadcrumb-item a{
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: 500;
    color: var(--white) !important;
    text-decoration: none;
    opacity: 60%;
}
.breadcrumb-item.active{
    opacity: 100%;
    color: white !important;
}
.company-col{
    padding: 30px;
}
.company-content h4{
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}
.company-content h1{
    font-size: 30px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-top: -4px;
}
.company-content p{
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    font-family: "Open Sans";
    line-height: 23px;
}
.company-service-item{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.company-service-item span{
    padding-right: 8px;
}
.company-service-item svg{
    width: 30px;
    fill: var(--secondary-color);
}
.company-service-item p{
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
}
.company-service h6{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 30px;
}
.company-btn{
    padding-top: 40px;
}
.company-btn a{
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    background-color: var(--primary-color);
    border-radius: 30px;
    color: var(--white);
    text-decoration: none;
}
.company-btn span{
    padding-left: 10px;
}
.company-btn a:hover{
    background-color: var(--secondary-color);
    transition: 300ms;
}
.company-container{
    padding: 100px 0;
    overflow: hidden;
}
/* about page end */

/* about page counter */
.company-counter{
    background-color: var(--primary-color) !important;
}
.company-counter-col h4, .company-counter-col p{
    color: var(--white) !important;
}
/* about page counter end */

/* about page mission vission */
.company-vision-container{
    padding: 100px 0;
    overflow: hidden;
}
.company-visson-image{
    width: 100%;
}
.company-visson-image img{
    width: 100%;
    border-radius: 30px;
}
.vission-nav{
    display: flex;
    gap: 15px;
    padding-top: 20px;
}
.vission-nav button{
    font-size: 15px;
    font-weight: 500;
    background-color: #e4e4e4 !important;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: var(--text);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.vission-nav .active{
    background-color: var(--primary-color) !important;
    color: var(--white);
}
.vission-content{
    padding-top: 20px;
}
.vission-contents p{
    font-size: 15px;
    line-height: 23px;
    font-family: "Open Sans";
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
}
/* about page mission vission end*/
/* contact us */
.contact-us-main{
    background-image: url("../images/contact-page-banner.jpg") !important;
}
.contact-col label{
    color: var(--primary-color);
}
.contact-col input{
    border: 1px solid #a7a7a7;
    color: var(--text);
}
.contact-col select{
    border: 1px solid #a7a7a7;
    color: var(--text);
}
.contact-call{
    display: flex;
    gap: 10px;
}
.contact-call span{
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: hsla(238, 48%, 24%, 0.1);
}
.contact-call span i{
    color: var(--primary-color);
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.contact-call p{
    font-size: 15px;
}
.contact-call a{
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
}
.contact-address{
    padding-top: 30px;
}
.call-pad{
    padding-top: 15px;
}
.contact-page-container{
    padding: 100px 0;
    overflow: hidden;
}
/* contact us */
.map-location{
    padding-bottom: 100px;
}
.map-container{
    width: 100%;
    height: 400px;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.map-container iframe{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}
/* contact-us page end */

/* service page */
.service-page-main{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../images/service-banner.jpg");
}
.intro-image{
    width: 100%;
    padding: 30px;
}
.intro-image img{
    width: 100%;
}
.intro-btn{
    padding-top: 30px;
}
.intro-btn span{
    padding-left: 8px;
}
.intro-container{
    padding: 70px 0;
    overflow: hidden;
}
.service-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.service-nav button{
    padding: 10px 20px;
    font-size: 17px;
    font-family: "Open Sans";
    font-weight: 550;
    color: var(--text);
    background-color: #e4e4e4 !important;
    border-radius: 30px;
    border: none;
    outline: none;
    
}
.service-nav .active{
    background-color: var(--primary-color) !important;
    color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-page{
    background-color: rgb(245, 245, 245);
}
.service-cards{
    background-color: white;
    border-radius: 25px;
    text-align: center;
    padding: 30px 40px;
}
.service-cards svg{
    width: 40px;
    fill: var(--primary-color);
}
.service-cards h4{
    font-size: 23px;
    font-weight: 550;
    color: #1e1e1e;
    margin-top: 15px;
}
.service-cards p{
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: 500;
}
.round-btn{
    background-color: hsla(168, 91%, 30%, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.round-btn a i{
    font-size: 25px;
    font-weight: bolder;
    color: var(--secondary-color);
}
.service-card-row{
    padding: 30px 0 30px;
}
.service-page-container{
    padding: 100px 0 70px;
    overflow: hidden;
}
.service-page-content h1{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: 40px;
}
/* thankyou page */
.tq-container{
    padding: 50px 0;
}
.tq-vector{
    width: 350px;
    margin: auto;
}
.tq-vector img{
    width: 100%;
}
.tq-content{
    width: 100%;
    text-align: center;
}
.tq-content h1{
    font-size: 48px;
    font-weight: 600;
    color: var(--text);
}
.tq-content span{
    color: var(--primary-color);
}
.tq-content p{
    font-size: 15px;
    font-family: "Open sans";
    font-weight: 500;
    width: 65%;
    margin: 0 auto;
}
.tq-btns{
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 40px;
}
.tq-btns a{
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: white;
    font-size: 17px;
    font-weight: 600;
    font-family: "Open sans";
    text-decoration: none;
    border-radius: 30px;
}
.tq-btn-2{
    background-color: transparent !important;
    color: var(--text) !important;
}
.tq-btn-2:hover{
    background-color: var(--secondary-color) !important;
    color: white !important;
    transition: 400ms;
}